testsuite: Add a transforms test
authorBenjamin Otte <otte@redhat.com>
Sat, 2 Mar 2019 03:39:46 +0000 (04:39 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 4 Mar 2019 22:41:27 +0000 (23:41 +0100)
commit979e9bec27532c118f4ab7e30d7d59c85a321d5c
tree735a752e8ef4a0d97683e5c05005845cdf772cb4
parente737b42113daea66bd06611163a9f480c5985c21
testsuite: Add a transforms test

In particular, check that to_matrix() and to_2d(), to_affine() and
to_translate() return the same values.

This also requires a recent Graphene version or the tests will fail.
meson.build
testsuite/gtk/meson.build
testsuite/gtk/transform.c [new file with mode: 0644]